From: Juanma Barranquero Date: Tue, 20 Apr 2004 16:38:08 +0000 (+0000) Subject: (time-to-day-in-year): Fix docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23074 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2c231922083886668cf9c3dba892488207aa5e34;p=emacs.git (time-to-day-in-year): Fix docstring. --- diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index b36d5ab2f31..846231befe6 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -149,7 +149,7 @@ DATE1 and DATE2 should be date-time strings." ;;;###autoload (defun time-to-day-in-year (time) - "Return the day number within the year of the date month/day/year." + "Return the day number within the year corresponding to TIME." (let* ((tim (decode-time time)) (month (nth 4 tim)) (day (nth 3 tim))